home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / lan / slogdemo.zip / SLOGNOTE.DOC < prev    next >
Text File  |  1995-12-01  |  3KB  |  70 lines

  1.  
  2.       SLogNote 1.01 - Documentation
  3.       (c) Copyright 1995, Paradigm Software, All Rights Reserved
  4.  
  5.       Introduction
  6.  
  7.        SLogNote is a utility that will log notes to a file. SLogNote         
  8.        writes the date, time, node address, user name and a message that          
  9.        you specify to this file.  This utility works with Novell Netware         
  10.        3.x networks.
  11.  
  12.        SLogNote was designed as a complimentary utility for our LogNote
  13.        product.  The "S" stands for Secure.  SLogNote's log files are not
  14.        ASCII viewable.  The information written is by SLogNote is scrambled
  15.        so that a casual user may not review the log file.  In some cases,
  16.        the network administrator may not wish users to see the contents.
  17.        Since read/write rights are required in order for the utility to
  18.        work, LogNote would allow the end-user to review the logfile.
  19.        SLogNote will not.
  20.  
  21.       Usage
  22.  
  23.          SLOGNOTE <File> <Message>
  24.  
  25.          <File> is the log file name, with or without a DOS path
  26.          <Message> is the message you wish to log
  27.  
  28.          SLogNote will add the following information to the log file
  29.          with the message:  Date, Time, Node Address, Novell User Name
  30.  
  31.       Examples
  32.  
  33.          SLOGNOTE f:\login\in.txt "User logged into network"
  34.  
  35.          The above example might be called from the system login script to
  36.          record when users actually login to the network.
  37.  
  38.       Translation of Logfiles
  39.  
  40.          Two utilties are provided to help the administrator translate
  41.          the log files.
  42.  
  43.          SXLATE translate the log file into ASCII text.  For example,
  44.          SXLATE logfile.log ascii.log will create ascii.log which is
  45.          human readable.
  46.  
  47.          SXLATECD translate the log file into an ASCII comma delimited
  48.          file.  For example, SXLATECD logfile.log ascii.cd will create 
  49.          ascii.cd which can be imported into any program supporting 
  50.          comma delimited files.
  51.  
  52.          In the future, special reporting programs will be available
  53.          for SLogNote and LogNote.  These files will be posted on our
  54.          BBS.
  55.  
  56.       Return Codes
  57.  
  58.           0  - All OK
  59.           1  - Incorrect number of parameters
  60.           2  - Could not open/create log file
  61.  
  62.       Company Contact
  63.  
  64.          Paradigm Software
  65.          P.O. Box 1609
  66.          Sterling, VA  20167
  67.          (703) 450-0829
  68.          (703) 450-2683  FAX
  69.          (703) 450-0875  BBS 
  70.